const crypto/tls.alertNoRenegotiation

6 uses

	crypto/tls (current package)
		alert.go#L51: 	alertNoRenegotiation              alert = 100
		alert.go#L88: 	alertNoRenegotiation:              "no renegotiation",
		conn.go#L842: 	case alertNoRenegotiation, alertCloseNotify:
		conn.go#L1270: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1275: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1278: 			return c.sendAlert(alertNoRenegotiation)